10. Exercise: GoogleAPIClient

Connecting a Google API Client

Go ahead and build a Google API Client and see if and when these log messages are displayed.

You will also need to setup the location permissions as we've discussed earlier.

Exercise Code

Exercise: T0X.01-Exercise-GoogleApiClient

Now it's your turn

Task Description:

Follow the TODOs in the comments to set up the Google API Client and grant location permissions

Task List:

Task Feedback:

Well Done! Now that we have the client all working, let's have a look at another feature called Place Picker

Solution: [T0X.01-Solution-GoogleApiClient][Diff]